home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / CVS / source / smakefile < prev   
Encoding:
Makefile  |  2001-02-03  |  295 b   |  22 lines

  1. # This is an extremely simple smakefile which could have been
  2. # rewritten to be a script file instead. Well, it gets the
  3. # job done, doesn't it?
  4. all:
  5.     execute <<
  6.         cd amiga
  7.         smake
  8.         cd /
  9.         cd zlib
  10.         smake
  11.         cd /
  12.         cd diff
  13.         smake
  14.         cd /
  15.         cd lib
  16.         smake
  17.         cd /
  18.         cd src
  19.         smake
  20.         copy cvs /
  21.     <
  22.